@charset "UTF-8";
.saleAction__mounth {
	text-transform: uppercase;
}
@media (min-width: 760px){
	.headerContacts {
		min-width: 300px;
	}
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
	border: none;
	outline: 0
}

body, html {
	height: 100%;
	font-size: 100%;
	line-height: 1.35;
	-webkit-text-size-adjust: 100%;
	-webkit-text-size-adjust--ms-text-size-adjust: 100%;
	-webkit-text-size-adjust--ms-text-size-adjust-text-size-adjust: 100%;
	font-size: 16px;
	width: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

li, ul {
	list-style: none
}

sub, sup {
	font-size: 65%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	vertical-align: top;
	vertical-align: super
}

sub {
	vertical-align: bottom;
	vertical-align: sub
}

img {
	vertical-align: bottom;
	border-style: none
}

a {
	text-decoration: none;
	color: inherit;
	background-color: transparent
}

a:focus, a:hover {
	text-decoration: none;
	outline: 0
}

b, strong {
	font-weight: bolder
}

button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button, input {
	overflow: visible
}

button, select {
	text-transform: none
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button;
	cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

input {
	-webkit-appearance: none
}

input::ms-clear {
	display: none
}

input[type=submit] {
	cursor: pointer
}

input[type=number] {
	-moz-appearance: textfield
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

textarea {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-webkit-box-sizing-box-sizing: border-box
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

body {
	background-color: #fff;
	font-family: Circe;
	font-weight: 300;
	color: #000;
	overflow-x: hidden;
	max-width: 100%;
	/* -webkit-overflow-scrolling: touch; */
	position: relative;
	height: 100%;
}
html {
	height: 100%;
	width: 100%;
	/* -webkit-overflow-scrolling: touch; */
	position:relative;
	top:0px;
	left:0px;
	overflow:auto;
	height:auto
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: #fff
}

.headerContainer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 120px
}

.headerLogo {
	margin-left: 83px
}

.logo {
	display: block;
	width: auto
}

.logo__svg {
	min-width: 251px;
	height: 58px
}

.headerMiddle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 30px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: relative
}

.menu::before {
	content: "";
	width: 100%;
	height: 6px;
	background-color: #59b4ed;
	position: absolute;
	top: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.menu_header {
	margin-right: 50px
}

.menu__item {
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	padding: 0 10px;
	color: #617380;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.menu__item:last-child {
	margin-right: 0
}

.menu__item::before {
	content: "";
	width: 100%;
	height: 6px;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.menu__item:hover {
	color: #59b4ed
}

.menu__item:hover::before {
	background-color: #f5b775
}

.menu__item.menu__item_last {
	margin-right: 0
}

.menu__item_active::before {
	background-color: #f5b775
}

.headerContacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.headerContacts::after {
	/*content: 'Самара, ул.Ерошевского, 3, офис 108.';*/
	font-size: 13px;
	color: #96a6b2;
	position: absolute;
	bottom: -18px;
	right: 0
}

.headerContacts_mobile {
	display: none
}

.headerContacts__supTitle {
	font-size: 14px;
	color: #96a6b2;
	position: absolute;
	top: -24px;
	right: 0
}
.headerContacts__supTitles {
	font-size: 14px;
	color: #96a6b2;
	position: absolute;
	top: -2px;
	right: 0
}

.contactsPhone {
	display: block;
	font-size: 21px;
	font-weight: 700;
	color: #474e52;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.contactsPhone:hover {
	color: #57c4f8
}

.contactsPhone__svg {
	width: 20px;
	height: 20px;
	fill: #57c4f8
}

.contactsPhone_header {
	margin-right: 25px
}

.contactsPhone_header:last-child {
	margin-right: 0;
	margin-top:0px;
}

.btnCalc {
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#56c7fa), to(#5aace7));
	background: -webkit-linear-gradient(left, #56c7fa, #5aace7);
	background: -o-linear-gradient(left, #56c7fa, #5aace7);
	background: linear-gradient(to right, #56c7fa, #5aace7);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.btnCalc:hover {
	background-image: -webkit-gradient(linear, left top, right top, from(#f5b775), to(#ee9638));
	background-image: -webkit-linear-gradient(left, #f5b775, #ee9638);
	background-image: -o-linear-gradient(left, #f5b775, #ee9638);
	background-image: linear-gradient(to right, #f5b775, #ee9638)
}

.btnCalc:hover .btnCalc__imgAfter {
	fill: #56c7fa
}

.headerCalc {
	height: 100%;
	padding: 0 90px 0 38px
}

.headerCalc_mobile {
	display: none
}

.btnCalc__imgBefore {
	width: 40px;
	height: 40px;
	fill: #fff;
	margin-right: 10px
}

.btnCalc__text {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #fff
}

.btnCalc__imgAfter {
	width: 58px;
	height: 8px;
	position: absolute;
	bottom: -8px;
	fill: #ffbe4d
}

.burger {
	display: none
}

@media screen and (max-width:1850px) {
	.headerLogo {
		margin-left: 40px
	}

	.headerCalc {
		padding: 0 40px
	}
}

@media screen and (max-width:1750px) {
	.menu__item {
		padding: 0 12px
	}

	.headerMiddle {
		margin-left: 0
	}

	.menu_header {
		margin-right: 50px
	}
}

@media screen and (max-width:1650px) {
	.headerContainer {
		height: 70px
	}

	.headerLogo {
		margin-left: 20px
	}

	.headerLogo .logo__svg {
		min-width: 250px;
		height: 50px
	}

	.menu__item {
		font-size: 16px;
		padding: 0 8px
	}

	.headerCalc {
		padding: 0 20px
	}

	.menu_header {
		margin-right: 20px
	}

	.headerContacts__supTitle {
		font-size: 12px;
		top: -10px
	}
	.headerContacts__supTitles {
		font-size: 12px;
		top: 5px;
	}
	.headerContacts::after {
		font-size: 12px
	}

	.contactsPhone {
		font-size: 20px
	}

	.contactsPhone__svg {
		width: 15px;
		height: 15px
	}

	.btnCalc__text {
		font-size: 16px
	}
}

@media screen and (max-width:1279px) {
	.headerContainer {
		padding: 0 20px
	}

	.headerLogo {
		margin-left: 0
	}

	.headerContainer {
		height: 80px
	}

	.headerMiddle {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}

	.menu_header {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		position: fixed;
		background-color: #57c4f8;
		left: -300px;
		text-align: center;
		top: 0;
		padding: 30px 20px;
		margin-top: 80px;
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s
	}

	.menu_header::before {
		display: none
	}

	.menu_header_active {
		left: 0
	}

	.menu_header .menu__item {
		color: #fff;
		margin: 0;
		margin-bottom: 20px
	}

	.menu_header .menu__item:last-child {
		margin-bottom: 0
	}

	.menu_header .menu__item_active::before {
		display: none
	}

	.headerCalc {
		display: none
	}

	.headerCalc_mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0;
		background: 0 0
	}

	.headerCalc__imgBefore {
		display: none
	}

	.burger {
		display: block;
		background-color: #57c2f7;
		padding: 9px 5px;
		-webkit-box-shadow: 0 3px 9px 0 rgba(42, 54, 63, .35);
		box-shadow: 0 3px 9px 0 rgba(42, 54, 63, .35)
	}

	.burger__item {
		width: 22px;
		height: 3px;
		background-color: #fff;
		margin: 4px
	}
}

@media screen and (max-width:600px) {
	.menu_header_active {
		margin-top: 70px
	}

	.headerContainer {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
		padding: 15px;
		padding-bottom: 10px
	}

	.contactsPhone {
		margin-right: 0
	}

	.headerContacts__supTitle {
		display: none
	}
	.headerContacts__supTitles {
		display: none
	}
	.headerContacts::after {
		display: none
	}

	.contactsPhone_header {
		margin-bottom: 5px
	}

	.contactsPhone_header:last-child {
		margin-bottom: 0
	}

	.headerLogo {
		line-height: 0
	}

	.headerContacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media screen and (max-width:400px) {
	.headerLogo .logo__svg {
		width: 120px;
		height: 25px
	}
}

@media screen and (max-width:350px) {
	.headerLogo .logo__svg {
		width: 100px;
		height: 23px
	}
}

.main {
	margin-top: 120px
}

.content {
	width: 1170px;
	margin: 0 auto
}

.btnCall {
	display: block;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	width: 300px;
	text-align: center;
	padding: 18px 0;
	-webkit-box-shadow: 0 3px 9px 0 rgba(42, 54, 63, .35);
	box-shadow: 0 3px 9px 0 rgba(42, 54, 63, .35);
	background-image: -webkit-gradient(linear, left top, right top, from(#56c7fa), to(#5aace7));
	background-image: -webkit-linear-gradient(left, #56c7fa, #5aace7);
	background-image: -o-linear-gradient(left, #56c7fa, #5aace7);
	background-image: linear-gradient(to right, #56c7fa, #5aace7);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer
}

.btnCall:hover {
	background-image: -webkit-gradient(linear, right top, left top, from(#59aee8), to(#f5b775));
	background-image: -webkit-linear-gradient(right, #59aee8, #f5b775);
	background-image: -o-linear-gradient(right, #59aee8, #f5b775);
	background-image: linear-gradient(to left, #59aee8, #f5b775)
}

@media screen and (max-width:770px) {
	.btnCall {
		font-size: 12px
	}
}

.btnCall_orange {
	background-image: -webkit-gradient(linear, left top, right top, from(#f5b775), to(#ee9638));
	background-image: -webkit-linear-gradient(left, #f5b775, #ee9638);
	background-image: -o-linear-gradient(left, #f5b775, #ee9638);
	background-image: linear-gradient(to right, #f5b775, #ee9638)
}

.btnCall_min {
	padding: 16px 0;
	font-size: 13px;
	font-weight: 700
}

.suptitle {
	font-size:22px;
	font-weight: 400;
	color: #f5b775
}

.suptitle::before {
	content: "";
	width: 14px;
	height: 14px;
	margin-right: 15px;
	background-color: #f5b775;
	display: inline-block
}

.suptitle_inblock {
	font-size: 19px;
	color: #fff
}

.suptitle_inblock::before {
	background-color: #ffe1c1;
	margin-right: 10px
}

.suptitle_white {
	color: #fff
}

.title {
	margin-top: 21px;
	font-size: 35px;
	color: #474e52;
	font-weight: 700;
	line-height: 34px
}

.title_inblock {
	font-size: 24px;
	color: #fff;
	margin-top: 15px
}

.title_white {
	color: #fff
}

.title__svg {
	fill: #f5b775;
	width: 82px;
	height: 9px;
	margin-top: 5px
}

.main {
	height: 830px;
	background-image: url(../img/images/main-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative
}

.mainForm {
	border: 8px solid #f5b775;
	background-color: #fafafa;
	padding: 50px 42px 43px 42px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 400px;
	top: 140px;
	position: relative
}

.mainForm .popupOrder__politic {
	padding-top: 10px
}

.mainForm__question {
	font-size: 40px;
	font-weight: 700;
	color: #474e52
}

.mainForm__question span {
	color: #58b8f0;
	display: block
}

.mainForm__svg {
	fill: #f5b775;
	width: 82px;
	height: 9px;
	position: relative;
	left: -16px;
	top: 1px
}

.mainForm__subtitle {
	padding-top: 25px
}

.mainForm form {
	position: relative
}

.formField__input {
	font-size: 18px;
	color: #617380;
	width: 298px;
	height: 48px;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .2);
	background-color: #fff;
	letter-spacing: .9px;
	padding-left: 48px;
	border: solid 1px transparent;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.formField__input:hover {
	border: solid 1px #ef9a40
}

.formField__label {
	position: relative
}

.mainForm_phone {
	margin-top: 18px
}

.formField__svg {
	position: absolute;
	width: 20px;
	height: 20px;
	fill: #57c4f8;
	top: 0;
	left: 15px
}

.mainFormBtn {
	margin-top: 16px
}

.mainFormBtn_mobile {
	display: none
}

.mainBtnWhant {
	bottom: 111px;
	left: 50%;
	margin-left: 297px
}

.BtnWhant {
	position: absolute;
	border: 1px solid #fafafa;
	background-color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 288px;
	height: 288px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	cursor: pointer
}

.BtnWhant:hover .BtnWhant__content {
	background-color: #ef9a40
}

.BtnWhant__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 257px;
	height: 257px;
	background-color: transparent;
	border: 28px solid rgba(255, 255, 255, .25);
	-webkit-border-radius: 130px;
	border-radius: 130px
}

.BtnWhant__wrapper2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 201px;
	height: 201px;
	background-color: transparent;
	border: 21px solid rgba(245, 183, 117, .5);
	-webkit-border-radius: 101px;
	border-radius: 101px
}

.BtnWhant__content {
	width: 159px;
	height: 159px;
	background-color: #53b2f5;
	-webkit-border-radius: 101px;
	border-radius: 101px;
	-webkit-box-shadow: 1.5px 2.6px 14px 0 rgba(43, 60, 67, .27);
	box-shadow: 1.5px 2.6px 14px 0 rgba(43, 60, 67, .27);
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 16px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer
}

.BtnWhant__svg {
	width: 28px;
	height: 36px;
	fill: #fff;
	display: block;
	margin-top: 5px;
	margin-bottom: 6px
}

@media screen and (max-width:1650px) {
	.main {
		margin-top:-10px
	}
}

@media screen and (max-width:1440px) {
	.main {
		height: 650px;
		-webkit-background-size: 1440px auto;
		background-size: 1440px auto
	}

	.mainContent {
		position: relative
	}

	.mainForm {
		top: 30px;
		padding: 30px 40px
	}

	.mainBtnWhant {
		left: initial;
		bottom: initial;
		right: 0;
		top: 140px
	}
}

@media screen and (max-width:1279px) {
	.content {
		width: 100%;
		padding: 0 20px
	}

	.mainBtnWhant {
		right: 20px
	}
}

@media screen and (max-width:740px) {
	.main {
		background-image: url(../img/images/main-bg-mobile.png);
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		height: auto;
		background-position: center bottom;
		padding-bottom: 150px
	}

	.mainForm {
		width: 400px;
		margin: 0 auto
	}

	.mainBtnWhant {
		position: initial;
		margin: 0 auto;
		margin-top: 80px
	}

	.btnCall {
		font-size: 16px
	}
}

@media screen and (max-width:600px) {
	.main {
		margin-top: 70px
	}
}

@media screen and (max-width:440px) {
	.mainContent {
		width: 100%;
		padding: 0
	}

	.mainForm {
		padding: 30px 0;
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.mainForm .popupOrder__politic {
		max-width: 300px
	}

	.BtnWhant__content {
		width: 139px;
		height: 139px;
		font-size: 14px;
		line-height: 16px;
		padding: 3px 13px
	}

	.BtnWhant__wrapper2 {
		width: 175px;
		height: 175px
	}

	.BtnWhant__wrapper {
		width: 224px;
		height: 224px;
		border: 24px solid rgba(255, 255, 255, .25)
	}

	.BtnWhant {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		border: 0
	}
}

@media screen and (max-width:380px) {
	.mainForm .popupOrder__politic {
		display: none
	}

	.mainForm__question {
		font-size: 23px;
		line-height: 24px
	}

	.mainForm__svg {
		-webkit-align-self: flex-start;
		-ms-flex-item-align: start;
		align-self: flex-start;
		left: 50%;
		margin-left: -120px;
		margin-top: 15px
	}

	.mainForm__subtitle {
		display: none
	}

	.mainForm__form {
		display: none
	}

	.mainFormBtn_mobile {
		display: block;
		font-size: 16px;
		width: 224px
	}
}

.advantages {
	padding: 40px 0
}

.advantagesContent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.advantagesWrap {
	margin-top: 70px
}

.advantagesWrapItem {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px
}

.advantagesWrapItem__info {
	margin-left: 29px;
	max-width: 440px
}

.advantagesWrapItem__title {
	font-size: 20px;
	font-weight: 700;
	color: #48b2ff
}

.advantagesWrapItem__description {
	font-size: 16px;
	line-height: 25px;
	color: #617380
}

.advantagesWrapItem__description span {
	font-weight: 700
}

.advantagesRight {
	position: relative;
	left: 17px;
	top: 40px;
	margin-left: -17px
}

@media screen and (max-width:1279px) {
	.advantages {
		padding: 20px 0
	}

	.advantagesWrap {
		margin-top: 40px
	}

	.advantagesRight {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		width: 50%
	}

	.title {
		margin-top: 10px;
		font-size: 26px;
		font-weight: 700;
		line-height: 30px
	}

	.suptitle {
		font-size: 14px
	}

	.suptitle::before {
		width: 10px;
		height: 10px
	}

	.title_inblock {
		font-size: 22px;
		line-height: 26px
	}
}

@media screen and (max-width:800px) {
	.advantagesContent {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.advantagesLeft {
		width: 100%
	}

	.advantagesWrap {
		max-width: 450px;
		-webkit-box-shadow: 0 3px 20px 0 #2a363f3a;
		box-shadow: 0 3px 20px 0 #2a363f3a;
		background-color: #fff;
		padding: 35px 15px;
		text-align: center;
		width: 90%;
		margin: 0 auto;
		margin-top: 25px
	}

	.advantagesWrapItem {
		margin: 0
	}

	.advantagesWrapItem__img {
		margin: 0 auto
	}

	.advantagesWrapItem__info {
		margin: 0 auto;
		max-width: 300px;
		margin-top: 20px
	}

	.advantagesRight {
		position: static;
		width: 100%;
		max-width: 500px;
		margin-top: 40px
	}
}

.sale {
	background-image: url(../img/images/sale-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 60px 0;
	padding-bottom: 80px;
	margin-top: 60px
}

.saleContent {
	position: relative
}

.saleWrap {
	width: 1070px;
	border: 12px solid #fff;
	height: 510px;
	padding: 30px 0 30px 30px
}

.saleInfo {
	-webkit-box-shadow: 0 8px 24px 0 #2a363f8c;
	box-shadow: 0 8px 24px 0 #2a363f8c;
	background-image: -webkit-gradient(linear, left top, right top, from(#56c7fa), to(#5aace7));
	background-image: -webkit-linear-gradient(left, #56c7fa, #5aace7);
	background-image: -o-linear-gradient(left, #56c7fa, #5aace7);
	background-image: linear-gradient(to right, #56c7fa, #5aace7);
	width: 100%;
	height: 100%;
	padding: 35px 43px
}

.saleInfo__description {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	max-width: 470px;
	margin-top: 5px
}

.saleInfo__description b {
	font-weight: 700;
	font-size: 18px
}

.sale__img {
	position: absolute;
	top: 9px;
	right: -41px
}

.saleAction {
	width: 420px;
	position: relative
}

.saleAction__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.saleAction__percent {
	font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-right: 20px;
    padding-bottom: 20px;
}

.saleAction__tags {
	margin-top: 10px
}

.saleAction__mounth {
	font-size: 20px;
	color: #fff
}

.saleAction__product {
	font-size: 16px;
	font-weight: 800;
	color: #57bff5;
	padding: 5px 8px;
	padding-right: 17px;
	background-image: url(../img/images/product-arrow.png)
}

.saleBtn {
	margin: 0 auto;
	margin-top: -13px
}

.saleAction__svg {
	position: absolute;
	width: 40px;
	height: 98px;
	fill: #fff;
	bottom: 0
}

@media screen and (max-width:1279px) {
	.sale__img {
		right: 0;
		top: 10px
	}
}

@media screen and (max-width:1200px) {
	.saleWrap {
		width: 100%;
		padding: 30px
	}

	.sale__img {
		width: 500px;
		top: 60px
	}
}

@media screen and (max-width:1080px) {
	.sale {
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		padding: 30px 0
	}

	.saleWrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
		border: 0;
		height: auto
	}

	.saleInfo {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		padding-bottom: 380px
	}

	.saleAction {
		width: auto
	}

	.sale__img {
		width: 556px;
		position: static;
		margin: 0 auto;
		display: block;
		margin-top: -350px
	}
}

@media screen and (max-width:610px) {
	.saleInfo__description {
		font-size: 15px;
		line-height: 22px
	}

	.saleInfo__description b {
		font-size: 16px
	}

	.saleAction {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin: 0 auto
	}

	.saleInfo {
		padding-bottom: 340px;
		width: 100%
	}

	.saleAction__info {
		margin-top: 0
	}

	.saleAction__percent {
		font-size: 40px;
    padding-top: 5px;
    padding-left: 5px;
	}

	.saleAction__mounth {
		font-size: 14px
	}

	.saleAction__product {
		font-size: 12px;
		-webkit-background-size: 100% 100%;
		background-size: 100%;
		background-repeat: no-repeat
	}

	.saleBtn {
		width: 215px;
		font-size: 12px;
		margin-top: -5px
	}

	.saleAction__svg {
		width: 20px;
		height: 49px;
		left: -22px;
		top: 35px
	}

	.sale__img {
		width: 100%
	}
}

@media screen and (max-width:600px) {
	.saleInfo {
		padding-bottom: 260px
	}

	.sale__img {
		width: 400px;
		margin-top: -250px
	}
}

@media screen and (max-width:440px) {
	.saleInfo {
		padding: 20px;
		padding-bottom: 180px
	}

	.sale__img {
		width: 290px;
		margin-top: -170px
	}
}

.videoBlock {
	background-image: url(../img/images/videoBlock_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 650px;
	padding-top: 30px;
	background-position: bottom;
}

.videoBlockContent {
	position: relative
}

.videoBlockWrap {
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.videoBlockVideo {
	position: relative;
	z-index: 2
}

.videoBlockVideo video {
	width: 670px;
	height: 430px;
}

.videoPlayBtn {
	position: absolute;
	border: 1px solid #fafafa;
	background-color: transparent;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 250px;
	height: 250px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer
}

.videoPlayBtn span {
	position: absolute;
	display: block;
	width: 20px;
	height: 24px;
	border-width: 12px 0 12px 21px;
	border-style: solid;
	border-color: transparent #fff transparent #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-27%, -50%);
	-ms-transform: translate(-27%, -50%);
	transform: translate(-27%, -50%)
}

.videoPlayBtn:hover .videoPlayBtn__content {
	background-color: #f5b775
}

.videoPlayBtn__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 224px;
	height: 224px;
	background-color: rgba(255, 255, 255, .25);
	-webkit-border-radius: 130px;
	border-radius: 130px
}

.videoPlayBtn__wrapper2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 126px;
	height: 126px;
	background-color: rgba(245, 183, 117, .5);
	-webkit-border-radius: 101px;
	border-radius: 101px
}

.videoPlayBtn__content {
	width: 100px;
	height: 100px;
	background-color: #53b2f5;
	-webkit-border-radius: 101px;
	border-radius: 101px;
	-webkit-box-shadow: 1.5px 2.6px 14px 0 rgba(43, 60, 67, .27);
	box-shadow: 1.5px 2.6px 14px 0 rgba(43, 60, 67, .27);
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 16px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.videoBlockInfo {
	position: relative;
	z-index: 1;
	border: solid 12px #f5b775;
	background-color: #f8f8f8;
	color: #474e52;
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	margin-top: 35px;
	width: 100%;
	padding: 67px 50px 72px
}

.videoBlockInfo__description {
	font-weight: 300;
	font-size: 18px;
	line-height: 29px
}

.videoBlockInfo__subtitle {
	margin-top: 15px
}

.videoBlockInfo__btn {
	margin-top: 20px;
	padding: 16px 0;
	margin-left: -5px
}

.videoBlock__leftimg {
	position: absolute;
	left: 50%;
	margin-left: -817px;
	bottom: -64px;
	z-index: 5
}

.videoBlock__rightimg {
	position: absolute;
	right: -100px;
	bottom: -150px;
	z-index: 5
}

.videoBlockInfo__svg {
	position: absolute;
	width: 40px;
	height: 98px;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	fill: #474e52;
	right: 74px;
	bottom: 87px
}

@media screen and (max-width:1440px) {
	.videoBlock {
		padding-top: 50px;
		padding-bottom: 220px;
		height: auto;
		-webkit-background-size: auto 120%;
		background-size: auto 120%
	}

	.videoBlockWrap {
		margin-top: 40px
	}

	.videoBlock__leftimg {
		width: 350px
	}

	.videoBlock__rightimg {
		width: 180px;
		bottom: -80px
	}
}

@media screen and (max-width:1400px) {
	.videoBlock {
		-webkit-background-size: auto 120%;
		background-size: auto 120%;
		padding-bottom: 160px
	}

	.videoBlockWrap {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.videoBlockVideo {
		width: 47%
	}

	.videoBlockVideo video {
		width: 100%;
		height: auto;

	}

	.videoPlayBtn__content {
		width: 65px;
		height: 65px
	}

	.videoPlayBtn__content span {
		width: auto;
		height: 16px;
		border-width: 8px 0 8px 16px
	}

	.videoPlayBtn__wrapper2 {
		width: 81px;
		height: 81px
	}

	.videoPlayBtn__wrapper {
		width: 144px;
		height: 144px
	}

	.videoPlayBtn {
		width: 160px;
		height: 160px
	}

	.videoBlock__leftimg {
		display: none
	}

	.videoBlockInfo {
		margin-top: 0;
		border: solid 8px #f5b775;
		width: 47%;
		z-index: 2
	}

	.videoBlock__rightimg {
		width: 99px;
		height: 110px;
		right: 0;
		margin: 0;
		bottom: -70px
	}

	.videoBlockInfo__svg {
		width: 31px;
		height: 77px;
		right: 90px
	}
}

@media screen and (max-width:1279px) {
	.videoBlockInfo, .videoBlockVideo {
		width: 48%
	}

	.videoBlockInfo {
		padding: 50px
	}

	.videoBlockInfo__svg {
		display: none
	}
}
.videoBlockSlider{
    width: 50%;
    margin-right: 50px;
}

@media screen and (max-width:900px) {
	.videoBlock {
		background-position: 75% 120%;
		padding-bottom: 140px
	}
	.videoBlockSlider {
        width: 100%;
        margin-right: 0;
    }

	.videoBlockInfo, .videoBlockVideo {
		width: 400px
	}

	.videoBlockInfo {
		margin-bottom: 80px
	}

	.videoBlockWrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.videoBlockVideo video {
		height: 400px
	}
}

@media screen and (max-width:450px) {
	.videoBlock {
		padding-bottom: 80px
	}

	.videoBlockInfo, .videoBlockVideo {
		width: 350px
	}

	.videoBlockInfo {
		padding: 20px;
		padding-bottom: 45px
	}

	.videoBlockInfo__btn {
		width: 245px;
		margin: 0 auto;
		margin-top: 15px
	}
}

@media screen and (max-width:400px) {
	.videoBlockInfo, .videoBlockVideo {
		width: 320px
	}
}

@media screen and (max-width:350px) {
	.videoBlockInfo, .videoBlockVideo {
		width: 290px
	}
}

.catalog .titleBlock {
	margin-top: 30px
}

.catalogTitleBlock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 22px
}

.catalogTitleBlock .subtitle {
	color: #474e52;
	font-size: 20px;
	font-weight: 700
}

.catalogTitleBlockRight {
	font-size: 121px;
	color: #fff;
	font-weight: 800;
	text-shadow: 0 2px 14px #2a363f8c;
	position: relative;
	line-height: normal
}

.catalogTitleBlockRight span {
	opacity: .30
}

.WaveBlockSvg {
	position: absolute;
	right: 0;
	bottom: 50px
}

.WaveBlock__svg {
	width: 114px;
	height: 12px;
	display: block;
	fill: #59afe9
}

.catalogWrap {
	margin-top: 48px
}

.catalogBlock {
	margin-bottom: 60px
}

.catalogBlock:last-child {
	margin-bottom: 0
}

.catalogBlockInfo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.catalogBlockInfo__left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.catalogBlockInfo__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.catalogBlockInfo__right .saleAction__percent {
	color: #f5b775;
	line-height: .9;
	margin-right: 8px
}

.catalogBlockInfo__right .saleAction__tags {
	margin-top: 0
}

.catalogBlockInfo__right .saleAction__mounth {
	line-height: .9;
	padding-left: 15px;
	color: #57c2f7
}

.catalogBlockInfo__right .saleAction__product {
	padding: 5px 10px 4px 15px;
	margin-top: 4px;
	color: #fff;
	background-image: url(../img/images/product-arrow-left.png)
}

.catalogBlockInfo__img {
	width: 70px;
	height: 70px;
	background-color: #57c2f7;
	position: relative;
	display: block;
	margin-right: 30px
}

.catalogBlockInfo__img::after {
	content: '';
	width: 50px;
	height: 50px;
	background-color: #f5b775;
	position: absolute;
	bottom: -10px;
	right: -15px
}

.catalogBlockInfo__title {
	font-size: 28px;
	font-weight: 700;
	color: #474e52;
	line-height: 1
}

.catalogBlockInfo__description {
	font-size: 16px;
	color: #474e52;
	line-height: 28px;
	padding-top: 10px;
	padding-bottom: 20px;
	max-width: 650px
}

.catalogBlockSlider {
	margin-top: 56px
}

.catalogBlockSliderItem {
	cursor: pointer
}

.catalogBlockSliderItem:hover .catalogBlockSliderItem__title {
	color: #f5b775
}

.catalogBlockSliderItem:hover .catalogBlockSliderItem__hover {
	bottom: 50%;
	right: 50%;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.catalogBlockSliderItem:hover .catalogBlockSliderItem__text {
	opacity: 1
}

.catalogBlockSliderItem:hover .catalogBlockSliderItem__arrow {
	background-color: #f5b775
}

.catalogBlockSliderItem:hover .catalogBlockSliderItem__img img {
	opacity: .5
}

.catalogBlockSliderItem:hover .catalogBlockSliderItem__title::after {
	opacity: 1
}

.catalogBlockSliderItemWrap {
	width: 370px;
	margin: 0 auto
}

.catalogBlockSliderItem__img {
	position: relative;
	width: 100%;
	height: 270px;
	background-color: gray
}

.catalogBlockSliderItem__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.catalogBlockSliderItem__title {
	font-size: 18px;
	font-weight: 700;
	color: #474e52;
	margin-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.catalogBlockSliderItem__title::after {
	content: "Подробнее";
	color: #57c2f7;
	text-decoration: underline;
	font-size: 14px;
	font-weight: 300;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.catalogBlockSliderItem__price {
	color: #617380;
	font-size: 18px
}

.catalogBlockSliderItem__price span {
	font-weight: 700
}

.catalogBlockSliderItem__hover {
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 5;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.catalogBlockSliderItem__text {
	color: #fff;
	font-weight: 400;
	margin-right: 10px;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.catalogBlockSliderItem__arrow {
	display: block;
	background-color: #57c2f7;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.catalogBlockSliderItem__arrow::before {
	content: '';
	width: 5px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: transparent;
	cursor: pointer;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.slick-next, .slick-prev {
	z-index: 50;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.slick-next:hover::before, .slick-prev:hover::before {
	border-color: #f5b775
}

.slick-next:before, .slick-prev:before {
	display: block;
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	cursor: pointer;
	border-left: 3px solid #57c2f7;
	border-bottom: 3px solid #57c2f7;
	font-size: 0;
	opacity: 1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.slick-prev:before {
	-webkit-transform: rotate(45deg);
	-webkit-transform--ms-transform: rotate(45deg);
	-webkit-transform--ms-transform-transform: rotate(45deg)
}

.slick-next:before {
	-webkit-transform: rotate(-135deg);
	-webkit-transform--ms-transform: rotate(-135deg);
	-webkit-transform--ms-transform-transform: rotate(-135deg)
}

@media screen and (max-width:1279px) {
	.catalog .titleBlock {
		margin-top: 0
	}

	.catalogTitleBlockRight {
		font-size: 80px;
		line-height: 1
	}

	.catalogTitleBlockRight span {
		vertical-align: top
	}

	.WaveBlockSvg {
		bottom: initial;
		top: 70px
	}

	.catalogBlockInfo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.catalogBlockInfo__right {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		margin-top: 25px
	}

	.catalogBlockInfo__title {
		font-size: 22px
	}

	.catalogBlockInfo__description {
		font-size: 16px;
		line-height: 25px;
		padding-top: 10px
	}

	.catalogBlockInfo__img {
		width: 45px;
		height: 45px
	}

	.catalogBlockInfo__img::after {
		width: 33px;
		height: 33px
	}

	.catalogBlockSliderItemWrap {
		width: 350px
	}

	.catalogBlockSliderItem__img {
		/* height: auto */
	}

	.catalogBlock {
		margin-bottom: 50px
	}

	.catalogBlockSlider {
		margin-top: 30px
	}

	.catalogBlockSlider .slick-next {
		right: 0
	}

	.catalogBlockSlider .slick-prev {
		left: 3px
	}
}

@media screen and (max-width:900px) {
	.catalogBlockSliderItemWrap {
		width: 290px
	}
}

@media screen and (max-width:800px) {
	.catalogBlockSliderItemWrap {
		width: 290px
	}

	.catalogTitleBlock {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.catalogTitleBlockRight {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		margin-top: 20px
	}

	.catalogBlockSlider .slick-next, .catalogBlockSlider .slick-prev {
		z-index: 99;
		top: 38%
	}
}

@media screen and (max-width:700px) {
	.catalogBlockInfo__left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.catalogBlockInfo__img {
		margin-bottom: 25px
	}
}

@media screen and (max-width:400px) {
	.catalogTitleBlockRight {
		font-size: 63px
	}

	.WaveBlock__svg {
		width: 60px;
		height: 6px
	}

	.catalogBlockSliderItemWrap {
		width: 100%
	}
}

.offer {
	background-image: url(../img/images/offer_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 60px;
}

.offerContent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.offerWrap {
	width: 1000px;
	border: 12px solid #fff;
	height: 470px;
	padding: 30px;
	position: relative
}

.offerInfo {
	-webkit-box-shadow: 0 8px 24px 0 #2a363f8c;
	box-shadow: 0 8px 24px 0 #2a363f8c;
	background-image: -webkit-gradient(linear, left top, right top, from(#56c7fa), to(#5aace7));
	background-image: -webkit-linear-gradient(left, #56c7fa, #5aace7);
	background-image: -o-linear-gradient(left, #56c7fa, #5aace7);
	background-image: linear-gradient(to right, #56c7fa, #5aace7);
	width: 100%;
	height: 100%;
	padding: 45px 47px;
	padding-left: 358px
}

.offer__img {
	position: absolute;
	bottom: 17px;
	left: -184px
}

.offerBtnWhant {
	left: -25px;
	bottom: -47px;
	z-index: 3
}

.offerInfo__description {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin-top: 17px
}

.offerInfo__procent {
	font-size: 30px;
	font-weight: 700;
	color: #fff
}

.offerBtn {
	width: 320px;
	-webkit-box-shadow: 0 3px 9px 0 #2a363f59;
	box-shadow: 0 3px 9px 0 #2a363f59
}

.offerInfoBottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 22px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.offerInfoBottom__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.offerInfoBottom__arrow {
	display: block;
	width: 13px;
	height: 13px;
	padding: 0;
	margin: 0;
	background-color: transparent;
	cursor: pointer;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-size: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px
}

.offerInfoBottom__description {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	max-width: 155px
}

@media screen and (max-width:1440px) {
	.offer {
		margin-top: 70px;
		padding: 70px 0
	}
}

@media screen and (max-width:1279px) {
	.offer {
		-webkit-background-size: auto 100%;
		background-size: auto 100%
	}

	.offerContent {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.offerWrap {
		border: 0;
		padding: 0;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		height: auto
	}

	.offerInfo {
		padding: 50px;
		width: 620px
	}

	.offer__img {
		position: static;
		width: 100%;
		margin-top: 30px
	}

	.offerBtnWhant {
		right: 0;
		bottom: 0;
		left: initial
	}
}

@media screen and (max-width:660px) {
	.offerWrap {
		width: 100%
	}

	.offerInfo {
		width: 100%
	}

	.offerInfo__description {
		max-width: 200px;
		font-size: 16px;
		line-height: 22px
	}

	.offerInfoBottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.offerInfoBottom__info {
		margin-top: 16px
	}

	.offerBtn {
		width: 290px
	}

	.offerInfoBottom__description {
		max-width: 210px
	}

	.offerBtnWhant {
		bottom: -60px
	}
}

@media screen and (max-width:440px) {
	.offerInfo {
		padding: 25px
	}

	.offer__img {
		width: -webkit-calc(100% + 48px);
		width: calc(100% + 48px);
		position: relative;
		left: -24px
	}

	.offerBtn {
		width: 244px
	}
}

.comments {
	background-image: url(../img/images/comments_bg.png);
	padding-top: 60px;
	position: relative;
	background-position: 50% 120%;
	background-repeat: no-repeat;
	padding-bottom: 150px
}

.commentsSliderWrap {
	margin-top: 100px;
	position: relative
}

.commentsSlider__border {
	width: 998px;
	height: 450px;
	border: solid 12px #57c2f7;
	background-color: transparent;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -50px
}

.comment {
	width: 50%
}

.commentWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.commentLeft {
	background-color: #f8f8f8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
	margin: 0 10px
}

.commentLeft__img {
	width: 205px;
	height: 290px;
	-o-object-fit: cover;
	object-fit: cover;
	margin-right: 35px
}

.commentLeftInfo {
	color: #474e52
}

.commentLeftInfo__quotes {
	fill: #f5b775;
	width: 46px;
	height: 36px
}

.commentLeftInfo__description {
	font-size: 16px;
	color: #474e52;
	font-weight: 400;
	line-height: 28px;
	padding-top: 25px;
	max-width: 245px
}

.commentLeftInfo__name {
	font-size: 18px;
	font-weight: 700;
	padding-top: 20px
}

.commentLeftInfo__address {
	font-size: 14px
}

.commentLeftInfo__watch {
	font-size: 14px;
	color: #57c2f7;
	display: none
}

.commentRight {
	position: relative
}

.commentRight video {
	width: 570px;
	height: 350px
}

.commentsSlider .slick-next:before, .commentsSlider .slick-prev:before {
	width: 10px;
	height: 10px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff
}

.commentsSlider .slick-prev:before {
	margin-left: 7px
}

.commentsSlider .slick-next:before {
	margin-right: 7px
}

.commentsSlider .slick-next, .commentsSlider .slick-prev {
	bottom: -80px;
	background-color: #f5b775;
	z-index: 5;
	top: initial;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.commentsSlider .slick-next:hover, .commentsSlider .slick-prev:hover {
	background-color: #57c2f7
}

.commentsSlider .slick-prev {
	left: 50%;
	margin-left: -50px
}

.commentsSlider .slick-next {
	right: 50%;
	margin-right: -50px
}

@media screen and (max-width:1279px) {
	.commentsSliderWrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.commentsSlider {
		width: 600px
	}

	.comments {
		padding-top: 60px;
		padding-bottom: 100px;
		-webkit-background-size: 100% auto;
		background-size: 100% auto
	}

	.comments .titleBlock {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin: 0 auto
	}

	.commentWrap {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.comment {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content
	}

	.commentLeft {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin: 0 auto
	}

	.commentRight {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.commentLeftInfo__watch {
		display: block
	}

	.commentsSlider__border {
		width: 500px
	}
}

@media screen and (max-width:570px) {
	.comments {
		padding-top: 40px;
		padding-bottom: 60px
	}

	.commentsSliderWrap {
		margin-top: 20px
	}

	.commentsSlider .slick-next, .commentsSlider .slick-prev {
		bottom: -30px
	}

	.commentWrap {
		height: 290px
	}

	.commentLeft__img {
		display: none !important
	}

	.commentsSlider__border {
		display: none
	}

	.commentRight video {
		width: 320px
	}
}

.gallery {
	background-image: url(../img/images/gallery_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-bottom: 60px
}

.galleryInfo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.galleryInfo__right {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	position: relative;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end
}

.galleryInfo__right .WaveBlock__svg {
	fill: #fff
}

.gallerySlider {
	margin-top: 50px
}

.gallerySlide img {
	width: 270px;
	height: 260px;
	margin: 0 auto
}

.gallerySlider .slick-next:before, .gallerySlider .slick-prev:before {
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff
}

.gallerySlider .slick-next:hover::before, .gallerySlider .slick-prev:hover::before {
	border-color: #f5b775
}

.gallery__btn {
	margin: 0 auto;
	margin-top: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.instaSvg {
	width: 20px;
	height: 20px;
	fill: #fff;
	margin-right: 10px
}

@media screen and (max-width:1440px) {
	.gallery {
		padding: 50px 0
	}
}

@media screen and (max-width:1279px) {
	.gallerySlider .slick-next {
		right: 0
	}

	.gallerySlider .slick-prev {
		left: 0
	}

	.gallery .WaveBlockSvg {
		top: -30px
	}
}

@media screen and (max-width:430px) {
	.galleryInfo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.galleryInfo__right {
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		margin-top: 30px
	}

	.gallery .WaveBlockSvg {
		top: 2px;
		right: initial;
		left: -90px
	}

	.gallery .WaveBlockSvg .WaveBlock__svg {
		width: 80px;
		height: 8px
	}

	.gallerySlider {
		margin-top: 30px
	}
}

@media screen and (max-width:370px) {
	.gallerySlide img {
		width: 100%;
		height: auto
	}

	.gallery .slick-next {
		right: 0
	}

	.gallery .slick-prev {
		z-index: 40;
		left: 3px
	}

	.gallery__btn {
		width: 290px
	}
}

.materials {
	padding-top: 60px;
	padding-bottom: 60px
}

.materialsContent {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.title_materials {
	font-weight: 300
}

.title_materials span {
	font-weight: 700;
	color: #58baf1
}

.materialsInfo__description {
	margin-top: 35px;
	font-size: 18px;
	line-height: 28px;
	color: #474e52
}

.materialsInfo__description b {
	font-weight: 400
}

.materialsTypes {
	margin-top: 57px
}

.materialsTypes__title {
	font-size: 24px;
	color: #f5b775;
	font-weight: 700
}

.materialsTypes__wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px
}

.materialsTypes__item {
	font-size: 18px;
	color: #474e52;
	width: 48%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px
}

.materialsTypes__item::before {
	content: url(../img/images/ok_blue.png);
	margin-right: 25px
}

.materialsTypes__item:nth-child(3)::before, .materialsTypes__item:nth-child(4)::before, .materialsTypes__item:nth-child(7)::before, .materialsTypes__item:nth-child(8)::before {
	content: url(../img/images/ok_orange.png)
}

.materialsTypes__item:nth-child(odd) {
	margin-right: 4%
}

.materialsRight {
	position: relative;
	right: -16px;
	top: 46px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media screen and (max-width:1440px) {
	.materials {
		padding: 80px 0
	}
}

@media screen and (max-width:1279px) {
	.materialsLeft {
		width: 55%
	}

	.materialsRight {
		width: 45%;
		height: auto;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center
	}
}

@media screen and (max-width:1040px) {
	.materials {
		padding: 60px 0
	}

	.materialsContent {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.materialsLeft {
		width: auto
	}

	.materialsRight {
		width: 100%;
		max-width: 500px;
		position: static;
		margin-top: 30px
	}
}

@media screen and (max-width:600px) {
	.materialsInfo__description {
		font-size: 16px;
		margin-top: 20px
	}

	.materialsTypes {
		margin-top: 35px
	}

	.materialsTypes__wrap {
		margin-top: 25px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.materialsTypes__item {
		width: 100%;
		margin-right: 0 !important
	}

	.materialsTypes__item::before {
		content: url(../img/images/ok_blue.png) !important
	}

	.materialsTypes__item:nth-child(even)::before {
		content: url(../img/images/ok_orange.png) !important
	}
}

.request {
	background-image: url(../img/images/sale-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 88px;
	padding-bottom: 90px
}

.requestWrap {
	width: 1061px;
	height: 330px;
	-webkit-box-shadow: 0 10px 30px 0 #2a363f51;
	box-shadow: 0 10px 30px 0 #2a363f51;
	border: solid 8px #f5b775;
	background-color: #fafafa;
	padding: 68px 92px;
	position: relative
}

.request__title {
	font-size: 24px;
	color: #474e52;
	font-weight: 700
}

.request__svg {
	fill: #f5b775;
	width: 82px;
	height: 9px;
	display: block
}

.request__description {
	font-size: 16px;
	color: #617380;
	margin-top: 18px
}

.requestForm {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.requestForm .formField {
	margin-right: 14px
}

.requestForm_phone {
	height: 60px
}

.requestWrap__imgLeft {
	position: absolute;
	width: 151px;
	left: -47px;
	bottom: -79px
}

.requestWrap__imgRight {
	position: absolute;
	bottom: 8px;
	right: -118px
}

@media screen and (max-width:1300px) {
	.request {
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		padding-top: 60px;
		padding-bottom: 80px
	}

	.requestWrap {
		width: 600px;
		height: auto;
		padding: 30px;
		margin: 0 auto;
		padding-bottom: 300px
	}

	.requestWrap__imgLeft {
		display: none
	}

	.requestWrap__imgRight {
		bottom: -40px;
		right: 0
	}
}

@media screen and (max-width:660px) {
	.requestWrap {
		width: 100%
	}

	.requestForm {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.requestForm .formField {
		margin-right: 0;
		margin-bottom: 20px
	}
}

@media screen and (max-width:540px) {
	.requestWrap {
		padding-bottom: 270px
	}

	.requestWrap__imgRight {
		width: 85%
	}
}

@media screen and (max-width:450px) {
	.requestWrap {
		padding-bottom: 220px
	}
}

@media screen and (max-width:400px) {
	.requestWrap {
		padding-bottom: 170px
	}

	.requestWrap .btnCall {
		width: 100%
	}

	.requestWrap__imgRight {
		width: 270px
	}

	.requestForm {
		display: block
	}

	.requestForm_phone {
		width: 100%
	}
}

.map {
	height: 600px
}

.mapContent {
	position: relative
}

.contactsBlock {
    width: 460px;
    height: 375px;
	border: solid 12px #57c2f7;
	background-color: #fff;
	position: absolute;
	left: 0;
	z-index: 99;
	top: 90px;
	padding: 47px 68px 47px 58px
}

.contactsBlock__subTitle {
	font-size: 14px;
	color: #96a6b2;
	margin-top: 22px
}

.contactsPhoneBlock {
	margin-top: 6px
}

.contacts__address {
	margin-top: 9px;
	font-size: 16px;
	line-height: 1.44;
	color: #617380;
	font-weight: 400;
	margin-left: 29px
}

.contacts__mail {
	display: block;
	margin-top: 10px;
	margin-left: 30px;
	font-size: 16px;
	line-height: 1.44;
	color: #617380;
	font-weight: 400;
	text-decoration: underline;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.contacts__mail:hover {
	text-decoration: underline;
	color: #57c2f7
}

.contacts__mails {
	text-decoration:none;
	display: block;
	margin-top: 10px;
	margin-left: 30px;
	font-size: 16px;
	line-height: 1.44;
	color: #f5b775;
	font-weight: 700;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.contacts__mails:hover {
	text-decoration: underline;
	color: #57c2f7
}

.btnCalc_contacts {
	margin-top: 22px;
	padding: 12px 20px 9px 41px
}

.btnCalc_contacts .btnCalc__imgAfter {
	width: 40px;
	height: 6px;
	bottom: -3px
}

@media screen and (max-width:1279px) {
	.contactsBlock {
		margin-left: 80px
	}
}

@media screen and (max-width:900px) {
	.contactsBlock {
		margin-left: 30px
	}
}

@media screen and (max-width:700px) {
	#map {
		height: 500px
	}

	.mapContent {
		padding: 0
	}

	.contactsBlock {
		position: static;
		width: 100%;
		margin-left: 0;
		height: auto
	}

	.btnCalc_contacts {
		max-width: 300px
	}
}

@media screen and (max-width:500px) {
	.contactsBlock {
		padding: 30px
	}
}

.footerTop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 75px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.logo_footer .logo__svg {
	width: 219px;
	height: 48px
}

.menu_footer {
	height: auto
}

.footerSocial {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.footerSocial__title {
	font-size: 14px;
	color: #617380;
	font-weight: 700;
	margin-right: 30px
}

.footerSocial__inst {
	width: 46px;
	height: 46px;
	-webkit-box-shadow: 0 2px 6px 0 #2a363f59;
	box-shadow: 0 2px 6px 0 #2a363f59;
	background-image: -webkit-gradient(linear, left top, right top, from(#f5b775), to(#ee9638));
	background-image: -webkit-linear-gradient(left, #f5b775, #ee9638);
	background-image: -o-linear-gradient(left, #f5b775, #ee9638);
	background-image: linear-gradient(to right, #f5b775, #ee9638);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 10px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.footerSocial__inst:hover {
	background-image: -webkit-gradient(linear, left top, right top, from(#56c7fa), to(#5aace7));
	background-image: -webkit-linear-gradient(left, #56c7fa, #5aace7);
	background-image: -o-linear-gradient(left, #56c7fa, #5aace7);
	background-image: linear-gradient(to right, #56c7fa, #5aace7)
}

.footerSocial__inst .instaSvg {
	margin-right: 0
}

.footerSocial__vk {
	width: 46px;
	height: 46px;
	-webkit-box-shadow: 0 2px 6px 0 #2a363f59;
	box-shadow: 0 2px 6px 0 #2a363f59;
	background-image: -webkit-gradient(linear, left top, right top, from(#f5b775), to(#ee9638));
	background-image: -webkit-linear-gradient(left, #f5b775, #ee9638);
	background-image: -o-linear-gradient(left, #f5b775, #ee9638);
	background-image: linear-gradient(to right, #f5b775, #ee9638);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.footerSocial__vk:hover {
	background-image: -webkit-gradient(linear, left top, right top, from(#56c7fa), to(#5aace7));
	background-image: -webkit-linear-gradient(left, #56c7fa, #5aace7);
	background-image: -o-linear-gradient(left, #56c7fa, #5aace7);
	background-image: linear-gradient(to right, #56c7fa, #5aace7)
}

.vkSvg {
	width: 27px;
	height: 14px;
	fill: #fff
}

.footerBottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 50px;
	padding-bottom: 30px
}

.footerBottom__left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.footerBottom__copyright {
	font-size: 14px;
	color: #617380;
	margin-right: 10px
}

.footerBottom__politics {
	display: block;
	font-size: 14px;
	color: #57c2f7;
	border-bottom: 1px solid #57c2f7;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.footerBottom__politics:hover {
	color: #000;
	border-color: #000
}

.footerBottom__right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

.footerBottom__title {
	font-size: 14px;
	color: #617380;
}

.webox {
	width:210px;
	height: 35px;
	fill: #57c2f7;
}
.st{width:400px;vertical-align: top;}


@media screen and (max-width:1440px) {
	.footerTop {
		margin-top: 40px
	}

	.footerBottom {
		padding: 30px 0;
		margin: 0
	}
}

@media screen and (max-width:1000px) {
	.footerTop {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.menu_footer {
		margin: 20px auto
	}

	.menu_footer .menu__item {
		height: 60px
	}
}

@media screen and (max-width:700px) {
	.footer {
		margin-top: 450px
	}
}

@media screen and (max-width:650px) {
	.footerBottom__left {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.footerBottom__copyright {
		margin-right: 0;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

@media screen and (max-width:550px) {
	.sts{width:88%;}
	.footerBottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.footerBottom__right {
		margin-top: 20px
	}
}

@media screen and (max-width:500px) {
	.sts{width:88%;}
	.footer {
		margin-top: 400px
	}
}

@media screen and (max-width:450px) {
	.sts{width:75%;}
	.contactsPhone {
    font-size: 14px;
}
	.footerTop {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		position: relative;
		padding-left: 30px
	}

	.footerTop::before {
		content: "";
		height: 100%;
		width: 6px;
		background-color: #59b4ed;
		position: absolute;
		left: 0;
		-webkit-border-radius: 4px;
		border-radius: 4px
	}

	.logo_footer {
		padding-top: 10px;
		padding-bottom: 10px;
		position: relative
	}

	.logo_footer::before {
		content: "";
		height: 100%;
		width: 6px;
		background-color: #ee9638;
		position: absolute;
		left: -30px;
		top: -1px;
		-webkit-border-radius: 4px;
		border-radius: 4px
	}

	.logo_footer .logo__svg {
		width: 180px;
		height: 39px
	}

	.menu_footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
		border: 0;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0;
		padding: 20px 0;
		padding-top: 10px
	}

	.menu_footer::before {
		display: none
	}

	.menu_footer .menu__item {
		border: 0;
		height: auto;
		margin-top: 10px;
		padding: 0
	}

	.menu_footer .menu__item::before {
		display: none
	}

	.footerBottom {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.popupOrder {
	width: 570px;
	height: 600px;
	-webkit-box-shadow: 0 10px 30px 0 #2a363f51;
	box-shadow: 0 10px 30px 0 #2a363f51;
	border: solid 8px #f5b775;
	background-color: #fafafa;
	margin: 0 auto;
	text-align: center;
	padding: 48px;
	position: relative;
	overflow: hidden;
	display: none
}

.popupOrder__title {
	font-size: 24px;
	font-weight: 700;
	color: #373737;
	line-height: 28px
}

.popupOrder__svg {
	fill: #f5b775;
	width: 82px;
	height: 9px;
	display: block;
	margin: 0 auto;
	margin-top: 16px
}

.popupOrder__description {
	font-size: 16px;
	color: #474e52;
	margin-top: 21px
}

.popupOrderForm {
	margin-top: 10px
}

.popupOrderForm .formField {
	margin-bottom: 10px
}

.formField__input_popupOrder {
	width: 370px;
	height: 50px
}

.popupOrder__politic {
	font-size: 13px;
	color: #9aabbd;
	text-align: left;
	max-width: 370px;
	margin: 0 auto
}

.popupOrder__politic a {
	color: #57c2f7;
	text-decoration: underline
}

.popupOrder__politic a:hover {
	color: #000;
	text-decoration: underline
}

.btnCall_popupOrder {
	margin: 0 auto;
	margin-top: 20px
}

.popupOrder__img {
	position: absolute;
	bottom: -5px;
	right: -44px
}

@media screen and (max-width:620px) {
	.popupOrder {
		width: 92%
	}

	.popupOrder__title {
		font-size: 20px;
		line-height: 22px
	}

	.formField__input_popupOrder {
		width: 100%
	}
}

@media screen and (max-width:480px) {
	.popupOrder {
		height: auto
	}

	.popupOrder {
		padding: 50px 20px 100px
	}

	.btnCall_popupOrder {
		width: 100%
	}
}

.popupAbout {
	width: 1170px;
	height: 650px;
	-webkit-box-shadow: 0 10px 30px 0 #2a363f51;
	box-shadow: 0 10px 30px 0 #2a363f51;
	background-color: #fafafa;
	display: none;
	padding: 60px 40px
}

.popupAboutWrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.popupAboutLeft {
	max-width: 480px;
	min-width: 300px
}

.popupAboutSliderMain {
	width: 100%;
	height: 100%;
	max-height: 350px
}

.popupAboutLeft__img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 480px;
	height: 355px
}

.popupAboutSlider {
	margin-top: 14px
}

.popupAboutSlide img {
	margin: 0 auto;
	width: -webkit-calc(100% - 10px);
	width: calc(100% - 10px);
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.popupAboutSlider .slick-next:before, .popupAboutSlider .slick-prev:before {
	width: 5px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff
}

.popupAboutSlider .slick-next, .popupAboutSlider .slick-prev {
	background-color: #57c2f7;
	z-index: 50;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.popupAboutSlider .slick-next:hover, .popupAboutSlider .slick-prev:hover {
	background-color: #f5b775
}

.popupAboutSlider .slick-prev {
	left: 0
}

.popupAboutSlider .slick-next {
	right: 0
}

.popupAboutRight {
	margin-left: 48px;
	margin-top: -5px;
	max-width: 560px
}

.popupAbout__title {
	font-size: 28px;
	color: #373737;
	font-weight: 700
}

.popupAbout__title_mobile {
	display: none
}

.popupAbout__svg {
	fill: #f5b775;
	width: 82px;
	height: 9px;
	display: block;
	margin-top: 3px
}

.popupAbout__svg_mobile {
	display: none
}

.popupAbout__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 19px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.popupAbout__price {
	font-size: 22px;
	color: #474e52
}

.popupAbout__price b {
	font-weight: 700
}

.btnCall_popupAbout {
	width: 220px;
	height: 50px;
	font-size: 14px
}

.popupAbout__description {
	margin-top: 23px;
	line-height: 28px;
	color: #474e52
}

.popupAbout__characteristics {
	margin-top: 18px
}

.popupAbout__characteristic {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 3px;
	border-bottom: solid 1px rgba(191, 214, 236, .48);
	color: #373737;
	padding-right: 80px;
	margin-bottom: 5px
}

.popupAbout__characteristicTlitle {
	font-weight: 700
}

@media screen and (max-width:1200px) {
	.popupAbout {
		width: 90%;
		height: auto
	}
}

@media screen and (max-width:1150px) {
	.popupAboutLeft {
		max-width: 350px
	}
}

@media screen and (max-width:1000px) {
	.popupAbout {
		padding: 30px
	}

	.popupAboutWrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}

	.popupAboutLeft {
		max-width: 480px
	}

	.popupAboutRight {
		max-width: initial;
		margin: 0
	}

	.popupAbout__title {
		display: none
	}

	.popupAbout__title_mobile {
		display: block
	}

	.popupAbout__svg {
		display: none;
		margin-bottom: 15px
	}

	.popupAbout__svg_mobile {
		display: block
	}

	.popupAbout__characteristic {
		padding-right: 20px
	}
}

@media screen and (max-width:600px) {
	.popupAboutLeft {
		width: 100%;
		min-width: 250px
	}

	.popupAboutSliderMain {
		display: none
	}

	.popupAbout__title {
		font-size: 25px
	}

	.popupAbout__description {
		font-size: 15px;
		line-height: 26px
	}

	.popupAbout__characteristic {
		font-size: 14px
	}
}

@media screen and (max-width:500px) {
	.popupAbout {
		padding: 22px
	}

	.popupAbout__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.popupAbout__price {
		margin-bottom: 10px
	}

	.popupAbout__characteristic {
		padding-right: 0
	}
}

@media screen and (max-width:380px) {
	.popupAboutSlide {
		width: auto
	}

	.popupAboutSlide img {
		width: 250px
	}

	.popupAbout__characteristic {
		font-size: 12px
	}
}


.slider_1 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.slider_1 a {
	width: 33.3%;
}

.slider_1__wrap {
	height: 615px;
	overflow: hidden;
}

.slider__btn__1 {
	display: flex;
	justify-content: center;
	padding: 10px 0 0;
}

.slider__btn__1 span{
	background-color: #56c4f8;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 10px;
	transition: all .4s ease-in-out;
}

.slider__btn__1 span:hover {
	background-color: #ee9638;
}

.slider__btn__1__active .slider_1__wrap{
	height: 100%;
}

@media screen and (max-width:1100px) {
	.slider_1 {
		justify-content: space-between;
	}

	.slider_1 a {
		width: 45.5%;
	}
}
@media screen and (max-width:600px) {
	.slider_1 {
		justify-content: space-between;
	}

	.slider_1 a {
		width: 100%;
	}
}



.slider_2 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.slider_2 a {
	width: 33.3%;
}

.slider_2__wrap {
	height: 615px;
	overflow: hidden;
}

.slider__btn__2{
	display: flex;
	justify-content: center;
	padding: 10px 0 0;
}

.slider__btn__2 span{
	background-color: #56c4f8;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 10px;
	transition: all .4s ease-in-out;
}

.slider__btn__2 span:hover {
	background-color: #ee9638;
}

.slider__btn__2__active .slider_2__wrap{
	height: 100%;
}

@media screen and (max-width:1100px) {
	.slider_2 {
		justify-content: space-between;
	}

	.slider_2 a {
		width: 45.5%;
	}
}
@media screen and (max-width:600px) {
	.slider_2 {
		justify-content: space-between;
	}

	.slider_2 a {
		width: 100%;
	}
}



.slider_3 {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.slider_3 a {
	width: 33.3%;
}

.slider_3__wrap {
	height: 615px;
	overflow: hidden;
}

.slider__btn__3 {
	display: flex;
	justify-content: center;
	padding: 10px 0 0;
}

.slider__btn__3 span{
	background-color: #56c4f8;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	padding: 10px;
	transition: all .4s ease-in-out;
}

.slider__btn__3 span:hover {
	background-color: #ee9638;
}

.slider__btn__3__active .slider_3__wrap{
	height: 100%;
}

@media screen and (max-width:1100px) {
	.slider_3 {
		justify-content: space-between;
	}

	.slider_3 a {
		width: 45.5%;
	}
}
@media screen and (max-width:600px) {
	.slider_3 {
		justify-content: space-between;
	}

	.slider_3 a {
		width: 100%;
	}
}

.adr {
	display: block;
	font-size: 12px;
	font-weight: 100;
	color: #474e52;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
.adr:hover {
	display: block;
	font-size: 12px;
	font-weight: 100;
	color: #474e52;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
@media screen and (max-width:1300px) {
    .videoBlockSlider .slick-next, .videoBlockSlider .slick-prev {
        bottom: -70px;
        top: unset;
    }
    .videoBlockSlider .slick-next {
        right: 0;
    }
    .videoBlockSlider .slick-prev {
        left: 0;
    }
}
@media screen and (max-width:768px) {
    .videoBlockSlider .slick-next {
        right: 70px;
    }
    .videoBlockSlider .slick-prev {
        left: 70px;
    }
}
@media screen and (max-width:576px) {
    .videoBlockSlider .slick-next, .videoBlockSlider .slick-prev {
        bottom: 20px;
    }
    .videoBlockSlider .slick-next {
        right: 0;
    }
    .videoBlockSlider .slick-prev {
        left: 0;
    }
}
@media screen and (max-width:330px) {
    .videoBlockSlider .slick-next, .videoBlockSlider .slick-prev {
        bottom: 55px;
    }
	.adr {
    display: none;
}
    .headerLogo .logo__svg {
    width: 155px;
    height: 30px;
}
.contactsPhone_header:last-child {
    margin-right: 0;
    margin-top: 8px;
    font-size: 24px;
    text-align: center;
}
.burger {
    margin-top: -10px;
    display: block;
    background-color: #57c2f7;
    padding: 5px 5px;
    -webkit-box-shadow: 0 3px 9px 0 rgba(42, 54, 63, .35);
    box-shadow: 0 3px 9px 0 rgba(42, 54, 63, .35);
}
.mainForm__question {
    font-size: 30px;
    line-height: 30px;
}
.mainFormBtn_mobile {
    display: block;
    font-size: 20px;
    width: 224px;
}
.offer {
    margin-top: 30px;
    padding: 30px 0;
}
.videoBlock {
    padding-bottom: 5px;
}
.videoBlockVideo video {
    height: 320px;
}
.catalogBlock {
    margin-bottom: 10px;
}
.contactsBlock {
    padding: 20px;
}
.contactsPhone {
    font-size: 22px;
}
.footer {
    margin-top: 325px;
}
#map p {
	font-family: "Circe", sans-serif;
	padding: 5px;    line-height: 1.1;
	font-size: 16px !important;
	text-align: center;
	color: #000000;
}

#map span {
	color: #58baf1;
	font-family: "Circe", sans-serif;
	font-size: 20px !important;line-height: 1.6;
	text-align: center;
}

#map .spans {
	color: #000000;
	text-decoration: none;
}

#map .spans:hover {
	color: #f5b775;
	text-decoration: underline;
}
#map .span{
	color: #58baf1;line-height: 1.6;
	text-decoration: none;
}

#map .span:hover {
	color: #f5b775;line-height: 1.6;
	text-decoration: underline;
}
#map .btnCalc__text{
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #fff
}
.btnCalc_contacts {
    margin-top: 22px;
    padding: 12px 20px 9px 20px;
}
.menu__item {
    font-size: 22px;
    font-weight: 700;
    padding: 0 0px;
}
.menu_header .menu__item {
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
	border-bottom-width: 2px;
    border-bottom-style: solid; 
    border-bottom-color: #58baf1;
}
}


#map p {
	font-family: "Circe", sans-serif;
	padding: 10px;    line-height: 1.1;
	font-size: 18px !important;
	text-align: center;
	color: #000000;
}

#map span {
	color: #58baf1;
	font-family: "Circe", sans-serif;
	font-size: 18px !important;line-height: 1.6;
	text-align: center;
}

#map .spans {
	color: #000000;
	text-decoration: none;
}

#map .spans:hover {
	color: #f5b775;
	text-decoration: underline;
}
#map .span{
	color: #58baf1;line-height: 2;
	text-decoration: none;
}

#map .span:hover {
	color: #f5b775;line-height: 2;
	text-decoration: underline;
}
#map .btnCalc__text{
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #fff
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .headerLogo .logo__svg {
    width: 155px;
    height: 30px;
}
.contactsPhone_header:last-child {
    margin-left: 68px;
    margin-top: 4px;
    font-size: 22px;
    text-align: center;
}
.adr {
    display: none;
}
.mainFormBtn_mobile {
    display: block;
    font-size: 20px;
    width: 224px;
}
.mainForm__question {
    font-size: 30px;
    line-height: 30px;
}
.burger {
    margin-top: -40px;
    display: block;
    background-color: #57c2f7;
    padding: 5px 5px;
    -webkit-box-shadow: 0 3px 9px 0 rgba(42, 54, 63, .35);
    box-shadow: 0 3px 9px 0 rgba(42, 54, 63, .35);
}
.offer {
    margin-top: 30px;
    padding: 30px 0;
}
.videoBlock {
    padding-bottom: 5px;
}
.videoBlockVideo video {
    height: 320px;
}
.catalogBlock {
    margin-bottom: 10px;
}
.contactsBlock {
    padding: 20px;
}
.contactsPhone {
    font-size: 22px;
}
.footer {
    margin-top: 385px;
}
#map {
    height: 330px;
}
#map p {
	font-family: "Circe", sans-serif;
	padding: 5px;    line-height: 1.1;
	font-size: 18px !important;
	text-align: center;
	color: #000000;
}

#map span {
	color: #58baf1;
	font-family: "Circe", sans-serif;
	font-size: 18px !important;line-height: 1.6;
	text-align: center;
}

#map .spans {
	color: #000000;
	text-decoration: none;
}

#map .spans:hover {
	color: #f5b775;
	text-decoration: underline;
}
#map .span{
	color: #58baf1;line-height: 2;
	text-decoration: none;
}

#map .span:hover {
	color: #f5b775;line-height:2;
	text-decoration: underline;
}
#map .btnCalc__text{
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #fff
}
.btnCalc_contacts {
    margin-top: 22px;
    padding: 12px 20px 9px 20px;
}
.menu__item {
    font-size: 22px;
    font-weight: 700;
    padding: 0 0px;
}
.menu_header .menu__item {
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
}
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
	border-bottom-width: 2px;
    border-bottom-style: solid; 
    border-bottom-color: #58baf1;
}	
.contactsPhone__svg {
    width: 19px;
    height: 19px;
    margin-left: -45px;
}
.contactsPhoneBlock {
    margin-top: 6px;
    margin-left: 45px;
}
.headerContainer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 10px;
    padding-bottom: 5px;
}
}
